Oracle Java Runtime Environment 6
Here I published a tutorial for it and many others programs. Please comment on the blog if you have questions. http://it-grund.blogspot.com/2012/04/how-to-deployinstall-silently-and.html … Read More
If anyone notices sorry I posted this to the wrong spot the first time We mostly use Windows 7 x64 but we do have a few x86 systems so here is the script we run from the k1000 (after extract… Read More
We mostly use Windows 7 x64 but we do have a few x86 systems so here is the script we run from the k1000 (after extracting all files from the java.exe file we add them and the script to a compr… Read More
Have noticed a capture of JRE can have incorrectly permissioned HKCU\Software\Classes\CLSID entries in the read only part of the layer. This has caused OLE issues in Outlook 2010 forms like Vo… Read More
The following gets rid of all versions prior to the one specified in the script. Just used it to kill off everything prior to ver update 6 ver 24 Kudos to the author. Shame on sun. Maybe or… Read More
The following gets rid of all versions prior to the one specified in the script. Just used it to kill off everything prior to ver update 6 ver 24 Kudos to the author. Shame on sun. Maybe or… Read More
I have built ZEN deployments for several versions by extracting just the MSI and building an MST using the property settings listed in this section. In previous versions, the MSI was self-conta… Read More
Disable Automatic Update in Latest Versions Since approximately 1.6.18 / 6.0 update 18, Sun has included Java Auto Updater as a separate package that is automatically installed with the JRE. … Read More
On Update 20 you have to edit the %USERPRIFILE%\AppData\LocalLow\Sun\Java\Deployment\deployment.propertiers file if you want to turn off the Auto-Download function. Add following row: deploym… Read More
To add proxy information. (This is for version 1.6.0.X-14) Make 2 files with the filenames. "deployment.config" "deployment.properties" Look in the install.cmd script below to see where they g… Read More
For JRE 6_17 follow these steps: ------------------------------------------------------------ -Download from: "https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/U… Read More
For disabling the Update function in Update 16: Simply create a mst file and change the "AUTOUPDATECHECK" and "JAVAUPDATE" public properties to 0 Then run the msi with the mst file applyed (ms… Read More
I'm so sick of fighting with disabling auto updates with JRE. Every version seems to be slightly different. Anyway, today I refer specifically to 1.6.0_14 (aka version 6 update 14). The insta… Read More
Hi everyone ... Using Orca for Altiris install, very easy: Transform:Property: 1. AUTOUPDATECHECK = 0 2. EULA = 1 3. EULA_JAVAFX_ACCEPT = yes 4. IEXPLORER = 1 5. JAVAUPDATE = 0 6. JU=0 7. MOZ… Read More
Version 6 Update 13: The process is similar to cory2211 did with update 12. I download the offline file and the run it on the clean machine. Get the .msi and .cab file under (this is from a … Read More
To disable the JQS service for Java 6u10 and higher use this command 'Disables the Java Quick Start service "C:\Program Files\Java\jre6\bin\jqs.exe -unregister" Read More
Here is my VB script I wrote to deploy Java 6u12, it can easily be modified for 13 and up. I created this to run in SMS and return the correct error codes. It works for various applications jus… Read More
(This issue is now fixed in Java 6 Update 12 and beyond - see below) BEWARE - The MSI packages for Java 6 Update 10 and Java 6 Update 11 are BROKEN and will hang if you attempt to upgrade, rem… Read More
Download the new update: jre-6u12-windows-i586-p-s.exe or jre-6u12-windows-i586-p.exe NOTE: The install does not put all the files into %temp% with the new Update 12 during the install. As … Read More
Our business goals were to get rid of the EULA, turn off autoupdates, remove the update tab from the JAVA Control Panel applet, have Java work with Internet Explorer, and have the package insta… Read More
For JRE-6u5-Windows-i585-p.exe I used the following command to silently install; jre-6u5-windows-i586-p.exe /qn ADDLOCAL=ALL SYSTRAY=0 EULA=0 IEXPLORER=1 JAVAUPDATE=0 AUTOUPDATECHECK=0 JU=0 RE… Read More
IMPORTANT CORRECTION of my above posting. I'm sorry I have to admit, I was wrong with my proposal to leave the "IEXPLORER" property untouched. Though Sun's Javatest webpage shows correct infor… Read More
Anybody not confused about all these various proposals? Let me contribute ;-) I'll keep it simple. So this is what I found out distributing version 1.6.0_04 (6u4 or 6 update 4) with GPO. Ther… Read More
For Java Runtime, I was finding my users contacting me saying 'shall I install the update?'. So in this configuration I have removed the update function, leaving it to me to test and deploy i… Read More
Thanks you everyone for the entries and switches. I borrowed from everyone notes to develop one that I think works with no errors.. 1st I extraced the msi package from exe for the Jre you migh… Read More